@charset "utf-8";
@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';
	src: url('../font/HELVETICANEUELTPRO-THEX.OTF');
	font-weight: normal;
	font-style: normal;
}
ul, ol, li, dl, dd, dt {
    list-style-type: none;
    line-height: normal;
}
@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont-1489113792422.eot');
	src: url('../font/iconfont-1489113792422.eot#iefix') format('embedded-opentype'), url('../font/iconfont-1489113792422.woff') format('woff'), url('../font/iconfont-1489113792422.ttf') format('truetype'), url('../font/iconfont-1489113792422.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 42px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-back:before {
	content: "\e697";
}

.icon-close:before {
	content: "\e69a";
}

.icon-less:before {
	content: "\e6a5";
}

.icon-moreunfold:before {
	content: "\e6a6";
}

.icon-more:before {
	content: "\e6a7";
}

.icon-search:before {
	content: "\e6ac";
}

.icon-add:before {
	content: "\e6b9";
}

.icon-discount:before {
	content: "\e6c5";
}

.icon-map:before {
	content: "\e715";
}

.icon-share:before {
	content: "\e71d";
}

.agent-pc ::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

.agent-pc ::-webkit-scrollbar-track {
	background: 0 0
}

.agent-pc ::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 5px
}

.agent-pc ::-webkit-scrollbar-thumb:hover {
	background-color: #963947
}

.agent-pc ::-webkit-scrollbar-corner {
	background-color: #535353
}

.agent-pc ::-webkit-scrollbar-resizer {
	background-color: #FF6E00
}

.agent-pc body ::-webkit-scrollbar {
	width: 8px
}

.agent-pc body ::-webkit-scrollbar-thumb {
	background-color: #333
}

* {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	transition: all .1s linear;
}

img {
	border: none;
	float: left;
}

input {
	border: none;
	background: none;
}

input,
textarea {
	font-family: "微软雅黑", Arial;
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	/*! color: #fff !important; */
}

html,
body {
	font: 12px Arial, "微软雅黑";
	color: #7f7f7f;
	width: 100%;
	height: 100%;
	/*! background: #1c1c1c; */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.fw {
	margin: 0 auto;
	width: 1180px;
}

body {
	overflow-x: hidden;
}

a,
a i {
	color: #9e9e9e;
}

a:hover,
a.active {
	color: #7f7f7f;
}

.yyloading {
	min-height: 50px;
	background: url(../image/1491537117480.gif) center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 96;
}

.loading-overlay {
	text-align: center;
	position: fixed;
	display: table;
	z-index: 999;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.loading-overlay .spinner {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 100%;
}

.loading-overlay .spinner>div {
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color: #ffffff;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.loading-overlay .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

@-webkit-keyframes bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #000;
	border-color: rgba(0, 0, 0, 0.5);
	background: none;
	width: 8px;
	height: 8px;
	transition: all 0.2s ease-in
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}

.owl-theme .owl-nav [class*="owl-"] {
	width: 80px;
	height: 60px;
	background: none;
	padding: 0;
	border-radius: 0;
	margin: -40px 0 0 0
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
}

.owl-theme .owl-nav>div {
	position: absolute;
	top: 50%;
	line-height: 80px;
	background: none;
	transition: all ease-out .3s
}

.owl-theme .owl-nav .owl-prev {
	left: -80px
}

.owl-theme .owl-nav .owl-next {
	right: -80px
}

.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: -50px;
	margin: 0
}

.lcbody {
	width: 30px;
	height: 30px;
	position: relative;
	transform: translateZ(0px) rotate(0deg);
	-webkit-transform: translateZ(0px) rotate(0deg);
	transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
}

.lcitem {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateZ(0px) rotate(0deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
	-webkit-transform: translateZ(0px) rotate(0deg);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
	width: 30px;
	height: 30px;
}

.lcitem .rect {
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 14px;
	transition: transform 0.2s ease 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease 0.2s;
}

.lcitem .rect.top {
	transform: translate3d(0px, -7px, 0px);
	-webkit-transform: translate3d(0px, -7px, 0px);
}

.lcitem .rect.bottom {
	transform: translate3d(0px, 7px, 0px);
	-webkit-transform: translate3d(0px, 7px, 0px);
}

body.openMenu #header .content #openBtn .lcbody {
	transform: translateZ(0px) rotate(90deg);
	-webkit-transform: translateZ(0px) rotate(90deg);
}

body.openMenu #header .content #openBtn .lcitem,
.lcbody.close .lcitem {
	transform: translateZ(0px) rotate(45deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
	-webkit-transform: translateZ(0px) rotate(45deg);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

body.openMenu #header .content #openBtn .lcitem.bottom,
.lcbody.close .lcitem.bottom {
	transform: translateZ(0px) rotate(-45deg);
	-webkit-transform: translateZ(0px) rotate(-45deg);
}

body.openMenu #header .content #openBtn .lcitem .rect,
.lcbody.close .lcitem .rect {
	transition: transform 0.2s ease 0s;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: -webkit-transform 0.2s ease 0s;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.lcbody.prev .lcitem.top {
	transform: translateZ(0px) rotate(-45deg);
}

.lcbody.prev .lcitem.bottom {
	transform: translate3d(0px, 10px, 0) rotate(45deg);
}

.lcbody.next .lcitem.top {
	transform: translateZ(0px) rotate(45deg);
}

.lcbody.next .lcitem.bottom {
	transform: translate3d(0px, 10px, 0) rotate(-45deg);
}

#header {
	position: fixed;
	width: 100%;
	background: rgba(28, 28, 28, .9);
	border-bottom: #232323 1px solid;
	z-index: 99;
	background: #0065b4;
	padding-top: 112px;
}

#header .wrapper {
	padding: 20px 5px 0 5px;
	height: auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 99
}

#header .content {
	height: 100%;
	padding: 0 50px;
	margin: 0 auto
}

#header .content a#logo {
	display: block;
	height: 44px;
	float: left
}

#header .content a#logo img {
	height: 100%;
	width: auto
}

#header .content #openBtn {
	display: none;
	float: right;
	cursor: pointer;
	margin-right: 0px;
	margin-top: 7px
}

#header .content #backBtn {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-top: 5px;
	cursor: pointer;
}

#header .content #backBtn i {
	font-size: 32px;
	color: #fff
}

#header .nav {
	/*! margin-left: 55px; */
	float: left;
	height: 49px;
	position: relative
}

#header .nav>li {
	float: left;
	font-size: 14px;
	height: 100%;
	position: relative
}

#header .nav>li>a {
	display: block;
	padding: 0 38px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

#header .nav>li>a span {
	display: inline-block;
	position: relative;
	transition: all ease-out .3s
}

#header .nav>li>a>i {
	margin-left: 10px
}

#header .nav .subnav {
	position: absolute;
	width: 220px;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
	background-color: #232323;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	border-top: 2px solid #9e9e9e;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all .36s ease
}

#header .nav .subnav li {
	width: 100%
}

#header .nav .subnav li a {
	font-weight: 500;
	color: #666;
	padding: 10px 15px;
	line-height: 22px;
	display: block;
	transition: all .2s ease-in-out;
	font-size: 13px
}

#header .nav>li:hover .subnav {
	opacity: 1;
	visibility: visible
}

#header .nav>li:hover a span,
#header .nav>li a.active span,
#header .nav>li:hover a i,
#header .nav>li a.active i {
	color: #ffffff;
}

#header .nav .subnav li a:hover,
#header .nav .subnav li a.active {
	background-color: #3b3b3b;
	padding-left: 24px;
	color: #ffffff
}

#header .nav>div.move {
	width: 100px;
	height: 2px;
	top: -5px;
	background-color: #963947;
	position: absolute
}

#hcontact {
	display: none
}

.gh0 #header,
.singlescreen #header {
	height: 50px;
}

.gh0 #header .wrapper,
.singlescreen #header .wrapper {
	padding: 0px 5px 0 5px;
	height: 40px;
}

.gh0 #header .nav,
.singlescreen #header .nav {
	height: 47px;
}

.gh1 #header {
	height: 160px;
	position: absolute
}

.gh1 #header .wrapper {
	padding: 30px 0 0 0
}

.gh1 #header .content {
	padding-left: 0;
	padding-right: 0
}

.gh1 #header #headTop {
	height: 44px;
	padding-bottom: 30px;
	border-bottom: #3b3b3b 1px solid;
	text-align: center
}

.gh1 #header .content a#logo {
	float: none;
	display: inline-block
}

.gh1 #header .content a#logo img {
	float: none
}

.gh1 #header #navWrapper {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	height: 54px
}

.gh1 #header.mini #navWrapper {
	position: fixed;
	animation: navFixed ease-out .3s;
	background: rgba(28, 28, 28, .9)
}

.gh1 #header .nav {
	margin-left: 0;
	height: 44px;
	padding: 5px 0;
	text-align: center;
	float: none
}

.gh1 #header .nav>li {
	display: inline-block;
	float: none
}

.gh1 #header .nav>div.move {
	top: 0
}

@-webkit-keyframes navFixed {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes navFixed {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.gh0 #sitecontent {
	/*! padding-top: 104px; */
}

.gh1 #sitecontent {
	padding-top: 160px
}

#sitecontent {
	/*! padding-top: 54px */
}

#navMini {
	position: fixed;
	width: 100%;
	height: 0%;
	left: 0;
	top: 0;
	z-index: 98;
	-webkit-transition: background 0.35s linear, height 0.35s ease-in;
	transition: background 0.35s linear, height 0.35s ease-in;
	background: rgba(0, 0, 0, .8);
}

body.openMenu #navMini {
	height: 100%;
	background: #000;
	transition: background 0.35s linear, height 0.35s ease-in .2;
	-webkit-transition: background 0.35s linear, height 0.35s ease-in .2;
}

#navMiniTable {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto
}

#navMiniCell {}

#navMini .nav {
	font-size: 14px;
	padding: 80px 40px;
}

#navMini .nav a {
	border-bottom: 1px solid #333;
	height: 49px;
	transition: all .3s linear;
	color: #787878;
	display: block;
	line-height: 50px;
	text-align: left
}

#navMini .nav a i {
	margin-left: 10px
}

#navMini .nav a:hover,
#navMini .nav a.active {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#navMini .nav a:hover i,
#navMini .nav a.active i {
	color: #ffffff;
}

#navMini .nav .subnav {
	font-size: 14px;
	overflow: hidden;
	opacity: 1;
	transition: height .36s ease, opacity .48s ease .10s;
	line-height: 30px;
}

#navMini .nav .subnav.hide {
	height: 0 !important;
	opacity: 0;
	transition: height 0.36s ease 0s, opacity 0.26s ease 0s;
	display: block
}

#navMini .nav .subnav a {
	text-indent: 30px
}

#indexPage {
	/*! position: relative; */
}

#indexPage .module {
	position: relative;
	border-bottom: 1px solid #232323;
	background-image: url(/static/image/1564629976904.png);
	background: #fff;
}

.singlescreen #indexPage>.module {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#indexPage .module .bgmask {
	display: none;
}

#indexPage .module.bgShow.bgmask {
	display: block
}

#indexPage .module.bgShow.bgParallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.module .module_container {
	max-width: 1170px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 40px;
	margin: 0 auto
}

.module .module_container.wide {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(http://www.cxkfqsjy.com/uploadDir/png/20190801/1564629976904.png);
}

.singlescreen #indexPage>.module>.module_container {
	max-height: 100%;
	width: 100%
}

.singlescreen #indexPage .module .container_header {
	padding-top: 0px;
	padding-bottom: 0
}

#indexPage .module .container_header {
	text-align: center;
	padding: 40px 0 7px 0;
	position: relative;
	color: #7f7f7f
}

#indexPage .module .container_header:before {
	background-color: #282828;
	display: block;
	height: 1px;
	margin: 0 auto 12px;
	width: 60px;
	content: ''
}

#indexPage .module .container_header .title {
	font-size: 30px;
	color: #000;
}

#indexPage .module .container_header .subtitle {
	margin-top: 14px;
	font-size: 18px;
	position: relative
}

.module .container_category {
	text-align: center;
	padding-bottom: 55px;
	position: relative
}

.module .container_category.one {
	padding-bottom: 30px
}

.module .container_category.one a {
	display: none
}

.npagePage .module .container_category {
	padding-top: 30px;
	padding-bottom: 20px
}

.module .container_category a {
	padding: 10px 28px;
	line-height: 13px;
	font-size: 18px;
	color: #7F7F7F;
	position: relative;
	display: inline-block;
}

.npagePage .module .container_category a {
	font-size: 13px
}

.module .container_category a span {
	position: relative;
	z-index: 1
}

.module .container_category a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	right: -3px;
	top: 12px;
	background: #3b3b3b;
}

.module .container_category a:last-of-type:after {
	display: none
}

.module .container_category a.active,
.module .container_category a:hover {
	color: #fff;
	background: #0065b4;
	border-radius: 41px;
}

.module .container_category a .move {
	/*! background-color: rgba(150, 57, 71, .7); */
	width: 96%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
}

.module .container_category a:hover .move {
	opacity: 1;
	visibility: visible
}

#indexPage #topSlider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}

#indexPage #topSlider .content_wrapper {}

#indexPage #topSlider .content_list {
	height: 100%;
	overflow: hidden;
	display: block;
	visibility: hidden
}

#indexPage #topSlider .content_list.owl-loaded {
	visibility: visible
}

#indexPage #topSlider .content_list .item_block {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding-top: 50px;
}

#indexPage #topSlider .content_list .item_block div.item_bg {
	position: absolute;
	width: 100%;
	height: 100%;
}

#indexPage #topSlider .content_list .item_block div.item_bg.image {
	background-position: center;
	background-repeat: no-repeat;
	/*! background-size: cover; */
	width: 100%;
	height: 100%
}

#indexPage #topSlider .content_list .item_block div.item_bg.video video {
	width: 100%;
	height: 100%
}

#indexPage #topSlider .content_list .item_block div.mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3)
}

#indexPage #topSlider .content_list .item_block a {
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
	left: 0;
	top: 0
}

#indexPage #topSlider .content_list .item_block a div {
	display: table-cell;
	vertical-align: middle;
	padding: 100px 50px;
}

#indexPage #topSlider .content_list .item_block p {
	color: #ffffff;
	max-width: 1170px;
	margin: 0 auto;
}

#indexPage #topSlider .content_list .item_block p.title {
	font-size: 48px;
	line-height: 60px;
	height: 60px;
	transition-delay: 0
}

#indexPage #topSlider .content_list .item_block p.subtitle {
	font-size: 20px;
	height: 20px;
	color: #ddd;
	transition-delay: 0.2s;
	margin-top: 6px
}

#indexPage #topSlider .content_list .item_block a i {
	text-indent: 20px;
	font-size: 24px
}

#indexPage #topSlider .content_list .item_block p {
	transform: translateY(50px);
	transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
	-webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
	opacity: 0
}

#indexPage #topSlider .content_list .owl-item.active .item_block p {
	transform: translateY(0px);
	opacity: 1
}

#indexPage #topSlider .content_list[data-slider-mode="3"] {
	width: 3600px;
	padding: 0px 0;
	background: #fff;
}

#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer {
	width: 3600px;
	height: 100%;
	left: 50%;
	margin-left: -1800px;
	margin-top: 62px;
}

#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before,
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
	content: '';
	width: 1200px;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	z-index: 2;
	top: 0;
	border: #1c1c1c 30px solid;
	box-sizing: border-box
}

#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before {
	left: 0
}

#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
	right: 0;
}

#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-item.active .item_block p {
	transform: translateY(50px);
	opacity: 0
}

#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-item.active.active3 .item_block p {
	transform: translateY(0px);
	opacity: 1
}

#indexPage #topSlider .owl-theme .owl-nav .owl-prev {
	left: 0
}

#indexPage #topSlider .owl-theme .owl-nav .owl-next {
	right: 0
}

#indexPage #topSlider .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: rgba(150, 57, 71, .5);
}

#indexPage #topSlider .owl-theme .owl-dots {
	bottom: 20px;
}

#indexPage #topSlider .progress {
	width: 100%;
	height: 1px;
	background: rgba(150, 57, 71, .8);
	bottom: 0;
	position: absolute;
	width: 0;
	z-index: 1
}

#indexPage #contactlist {
	max-width: 1260px;
	margin: 30px auto 0 auto
}

#indexPage #contactlist #contactinfo {
	width: 40%;
	float: left;
}

#indexPage #contactlist #contactform {
	margin-left: 50%
}

#contactinfo h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	color: #ffffff;
}

#contactinfo p {
	line-height: 24px;
	height: 24px;
	width: 100%;
	font-size: 13px;
	color: #7f7f7f;
}

#contactinfo>a {
	color: #989898;
	text-decoration: underline
}

#contactinfo div {
	margin-top: 24px
}

#contactinfo div a {
	width: 36px;
	height: 36px;
	display: block;
	font-size: 16px;
	margin-right: 10px;
	text-align: center;
	line-height: 43px;
	border: 1px solid #282828;
}

#contactinfo div a:hover {
	background-color: #963947;
	border-color: #963947
}

#contactinfo div a i {
	margin-top: 7px;
	font-size: 16px;
	margin-top: 10px
}

#contactinfo div a:hover i {
	color: #ffffff
}

#contactform p {
	margin-bottom: 20px
}

#contactform p .inputtxt {
	width: 100%;
	line-height: 22px;
	padding: 10px 26px;
	color: #ffffff;
	border: 1px solid #282828;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .1s linear;
}

#contactform p .inputtxt:hover {
	border-color: #6e6e6e;
}

#contactform p textarea.inputtxt {
	height: 100px;
	resize: none;
	overflow: hidden;
	background-color: transparent;
}

#contactform p .inputtxt.submit {
	border-color: #383838;
	width: auto;
	cursor: pointer;
	padding-left: 60px;
	padding-right: 60px
}

#contactform p .inputtxt.submit:hover {
	border-color: #963947;
	background-color: #963947;
	color: #ffffff;
}

.module.mdir>.module_container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0
}

.module.mcustomize .header {
	text-align: center;
	padding: 60px 0 30px 0;
	font-size: 20px;
	margin: 0 auto;
	color: #ffffff;
}

.module.mcustomize .header .subtitle {
	margin: 15px 0 5px 0;
	font-size: 12px;
	color: #7f7f7f;
}

.module.mcustomize .description {
	max-width: 780px;
	margin: 0 auto;
	line-height: 24px;
	/*! text-align: center; */
	font-size: 13px;
}

.module.mcustomize .mediabody {
	text-align: center;
	margin-top: 50px;
}

.module.mcustomize .mediabody a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.module.mcustomize .mediabody img {
	float: none;
	max-width: 100%
}

.module.mcustomize .mediabody a .mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all ease-out .5s
}

.module.mcustomize .mediabody a .link_icon {
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 22px;
	line-height: 38px;
	border: 2px solid rgb(255, 255, 255);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -110%;
	margin-left: -21px;
	margin-top: -21px;
	opacity: 0;
	transition: all ease-out .5s;
}

.module.mcustomize .mediabody a .link_icon i {
	color: #ffffff;
	margin-top: 8px
}

.module.mcustomize .mediabody a:hover .mask {
	opacity: 1
}

.module.mcustomize .mediabody a:hover .link_icon {
	opacity: 1;
	top: 50%
}

.module.mcustomize .description a.more {
	min-width: 120px;
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	color: #9e9e9e;
	border: 1px solid #9e9e9e;
	transition: all 0.3s linear;
	z-index: 1;
}

.module.mcustomize .description a.more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #963947;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.module.mcustomize .description a.more:hover {
	color: #ffffff;
	border-color: #963947
}

.module.mcustomize .description a.more:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1);
}

.module.mcustomize.horizontal .container_content {
	height: 400px;
	overflow: hidden
}

.module.mcustomize.horizontal .contentbody {
	height: 100%;
	display: table;
	width: 48%;
	float: left
}

.module.mcustomize.horizontal .contentbody .wrapper {
	vertical-align: middle;
	display: table-cell;
}

.module.mcustomize.horizontal .mediabody {
	height: 100%;
	width: 48%;
	float: left;
}

.module.mcustomize.horizontal .mediabody div.image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%
}

.module.mcustomize.horizontal.tril .contentbody {
	width: 48%;
	height: 100%;
	float: right;
}

.module.mcustomize.horizontal.tril .mediabody {
	width: 48%;
	height: 100%;
	float: left;
}

.module.mcounter .module_container {
	padding: 60px 0;
	position: relative;
	z-index: 1
}

.module.mcounter .particles-js-canvas-el {
	opacity: .5
}

.module.mcounter ul.content_list {
	width: 100%;
	height: auto;
}

.module.mcounter ul.content_list li {
	width: 25%;
	height: 108px;
	float: left;
	text-align: center;
}

.module.mcounter ul.content_list li div {
	border-right: #fff 1px solid;
}

.module.mcounter ul.content_list li:last-child div {
	border-right: none
}

.module.mcounter ul.content_list li p {
	text-align: center;
	font-size: 14px;
	color: #9e9e9e;
}

.module.mcounter ul.content_list li p.number {
	margin-top: 15px;
}

.module.mcounter ul.content_list li p.number .counterDX {
	font-size: 48px;
	color: #ffffff;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
	text-align: center;
	margin-top: 15px;
}

.module.mcounter ul.content_list li p.number .unit {
	font-size: 14px
}

.module.mcounter ul.content_list li p.title {
	margin-bottom: 10px;
}

#counterBgdx {
	opacity: .5;
	position: absolute;
	width: 100%;
	height: 100%
}

.singlescreen #counterBgdx {
	display: none
}

#pageTarget {
	border-bottom: #232323 1px solid;
}

#pageTarget .module_container {
	padding-bottom: 0
}

.container_target {
	padding: 20px 0;
	float: left;
}

.container_target a {
	color: #9e9e9e;
	position: relative;
}

.container_target a:hover {
	color: #0065b4;
}

.container_target i {
	margin: 0 10px
}

.container_target a:last-child {
	color: #666666;
}

.container_target a:last-child:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -21px;
	width: 100%;
	height: 1px;
	background-color: #963947;
}

.content_wrapper.slider {
	padding: 0 0 30px 0;
}

.mlist.project .content_wrapper {
	margin-right: -1%;
	position: relative
}

.mlist.project .content_list .item_block {
	width: 32.3333%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
.container_content{/*! padding-top: 10px; */}
#service{padding-top: 63px;}
#indexPage .mlist.project .content_wrapper {
	margin-right: -1%;
}

#indexPage .mlist.project .content_list .item_block {
	width: 24%;
	margin-right: 1%;
}

#indexPage .mlist.project .slider .content_list .item_block {
	width: 100%
}

.mlist.project .content_list .item_block.item_block img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s
}

.mlist.project .content_list .item_block .item_link {
	display: block;
	position: relative;
	overflow: hidden
}

.mlist.project .content_list .item_block .item_wrapper {
	background-color: rgba(150, 57, 71, .9);
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
}

.mlist.project .content_list .item_block .item_info {
	color: #ffffff;
	position: relative;
	top: 50%;
	margin-top: -24px;
	transform: translate(0, 15px);
	opacity: 1;
}

.mlist.project .content_list .item_block .item_info .title {
	font-size: 16px;
}

.mlist.project .content_list .item_block .item_info .subtitle {
	font-size: 13px;
	margin-top: 5px
}

.mlist.project .content_list .item_block .item_wrapper .icon {
	color: #ffffff;
	float: right;
}

.mlist.project .content_list .item_block:hover .item_wrapper {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.item_tags {
	margin-top: 14px
}

#indexPage .item_tags {
	margin-top: 20px
}

.item_tags i {
	margin-right: 6px;
}

.item_tags a {
	background: #232323;
	padding: 3px 12px;
	border-radius: 2px;
	color: #9e9e9e;
	font-size: 12px;
	margin-right: 3px;
}

.item_tags a:hover {
	color: #ffffff;
}

#pages {
	height: 24px;
	padding: 20px 0;
}

#pages span {
	float: left;
	margin: 0 10px;
	line-height: 23px;
	color: #222
}

#pages a {
	/*! width: 38px; */
	height: 26px;
	display: block;
	line-height: 24px;
	text-align: center;
	font-family: Arial;
	float: left;
	transition: all 0.2s ease-out;
	text-decoration: none
}

#pages a:after {
	display: block;
	content: "";
	background-color: #d4d4d4;
	width: 0px;
	height: 1px;
	margin: 2px auto;
}

#pages a.active {
	color: #ffffff;
}

#pages a:hover:after,
#pages a.active:after {
	width: 10px;
}

.mlistpost.project .module_container {
	max-width: 1400px;
}

.mlistpost.project #postWrapper #postInfo {
	float: right;
	width: 340px
}

.mlistpost.project #postWrapper #postInfo .wrapper {
	width: 340px;
	font-size: 13px;
	top: 86px
}

.mlistpost.project #postWrapper #postInfo .wrapper .title {
	font-size: 18px;
	color: #ffffff;
}

.mlistpost.project #postWrapper #postInfo .wrapper .subtitle {
	color: #B0B0B0;
	margin-top: 4px
}

.mlistpost.project #postWrapper #postInfo .wrapper .description {
	margin-top: 24px;
	padding-bottom: 48px;
	line-height: 24px;
	border-bottom: 1px solid #282828;
}

.mlistpost.project #postWrapper #postInfo .wrapper .item_tags {
	margin-top: 24px
}

.mlistpost.project #postWrapper #postContent {
	margin-right: 380px;
}

.mlistpost.project #postWrapper #listContent {
	position: relative;
	margin-top: 40px;
}

.mlistpost.project #postWrapper #listContent>.item_tags {
	padding: 30px 0;
	border-top: 1px solid #282828;
}

.mlistpost.project #postContent .mlist.project .content_list .item_block {
	width: 32.33333%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;
}

.mlistpost.project #postContent .mlist.project .content_list .item_block .item_tags {
	display: none
}

#fixed_projectPost {
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	visibility: hidden;
	display: block
}

#fixed_projectPost .fixed-container {
	background: #1c1c1c;
	transform: translate3d(0, 0, 0);
}

#fixed_projectPost #postWrapper #postInfo #postControl {
	margin-top: 30px;
}

#fixed_projectPost #postWrapper #postInfo #postControl .button {
	float: left;
	box-sizing: border-box;
	background-color: #232323;
	border: 1px solid #282828;
	margin-bottom: 5px;
	color: #9e9e9e;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-right: 5px;
	cursor: pointer;
	transition: background-color ease-out .3s, border-color ease-out .3s, color ease-out .3s
}

#fixed_projectPost #postWrapper #postInfo #postControl .button:hover {
	background-color: #963947;
	border-color: #963947;
	color: #ffffff;
}

#fixed_projectPost #postWrapper #postInfo #postControl .button.info {
	position: relative
}

#fixed_projectPost #postWrapper #postInfo .wrapper {
	margin-top: 40px
}

#fixed_projectPost #postWrapper #postInfo {
	right: 0;
	position: absolute;
	z-index: 2;
	width: 320px;
	padding: 0 40px
}

#fixed_projectPost #postWrapper #postContent {
	margin-right: 400px;
}

#fixed_projectPost #postWrapper #postInfo .wrapper .title {
	font-size: 18px;
	color: #ffffff;
}

#fixed_projectPost #postWrapper #postInfo .wrapper .subtitle {
	color: #7f7f7f;
	margin-top: 4px
}

#fixed_projectPost #postWrapper #postInfo .wrapper .description {
	margin-top: 24px;
	line-height: 24px;
	font-size: 13px;
	height: 380px;
	overflow: hidden
}

#fixed_projectPost #postWrapper #postContent #imageWrapper {
	background-color: #1f1f1f
}

#fixed_projectPost #postWrapper #postContent #imageWrapper .item_block {
	width: 100%;
	height: 100%
}

#fixed_projectPost #postWrapper #postContent #imageWrapper .image {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: url(../image/1491537117480.gif) center center no-repeat;
	transform: translate3d(0, 0, 0) scale(.7, .7);
	transition: all 1s ease 0s;
}

#fixed_projectPost #postWrapper #postContent #imageWrapper .owl-item.active .image {
	transform: scale(1, 1);
}

#fixed_projectPost #postWrapper #postContent #imageWrapper .item_block img {
	margin-bottom: 0;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

#fixed_projectPost #imageWrapper .owl-dots {
	bottom: 20px
}

#fixed_projectPost #imageWrapper .owl-nav {}

#fixed_projectPost #imageWrapper .owl-theme .owl-nav div:hover {
	background-color: rgba(150, 57, 71, 1);
}

#fixed_projectPost #imageWrapper .owl-theme .owl-nav .owl-prev {
	left: 0
}

#fixed_projectPost #imageWrapper .owl-theme .owl-nav .owl-next {
	right: 0
}

#fixed_pmask {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	transform-origin: 100% 0 0;
	transition: cubic-bezier(x1, y1, x2, y2)
}

.mlist.service_tabs.module .module_container.wide {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	background-image: url(/static/image/1563618636678.png);
}

.mlist.service_tabs.module .container_category {
	padding-bottom: 0
}

.mlist.service_tabs .content_wrapper {
	position: relative;
}

.mlist.service_tabs .tab_content_wrapper {
	border-bottom: 1px solid #232323;
	border-top: 1px solid #232323;
	height: 0px;
	overflow: hidden;
	visibility: hidden
}

.mlist.service_tabs .tab_content_wrapper.show {
	visibility: visible;
}

.mlist.service_tabs .tab_content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.mlist.service_tabs .tab_content .tab_indexs {
	float: left;
	width: 120px;
	margin-top: -4px;
}

.mlist.service_tabs .tab_content .tab_indexs .nums_item {
	display: inline-block;
	width: 35px;
	height: 60px;
	overflow: hidden
}

.mlist.service_tabs .tab_content .tab_indexs .nums_item div {
	width: 35px;
}

.mlist.service_tabs .tab_content .tab_indexs span {
	color: #fff;
	font-size: 50px;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
	display: inline-block;
	width: 30px;
	height: 60px;
	line-height: 60px
}

.mlist.service_tabs .tab_content .sliderWrapper {
	margin-left: 120px;
}

.mlist.service_tabs .tab_content .content_list .item_block {
	width: 100%;
	height: 164px;
}

.mlist.service_tabs .tab_content .content_list .item_block .item_wrapper {
	margin-right: 140px
}

.mlist.service_tabs .tab_content .content_list .item_block .item_info .title {
	font-size: 16px;
	color: #ffffff;
}

.mlist.service_tabs .tab_content .content_list .item_block .item_info .subtitle {
	font-size: 13px;
	color: #9e9e9e;
	margin: 5px 0 15px 0
}

.mlist.service_tabs .tab_content .content_list .item_block .item_info .description {
	font-size: 13px;
	line-height: 24px;
	height: 113px;
	overflow: hidden;
	color: #fff;
}

.mlist.service_tabs .tab_content .owl-theme .owl-dots {
	display: none
}

.mlist.service_tabs .tab_content .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: -29px;
	width: 80px;
	background-color: #1c1c1c;
	display: block
}

.mlist.service_tabs .tab_content .owl-theme .owl-nav>div {
	width: 80px;
	position: static;
	margin-top: 0;
	box-sizing: border-box;
	background-color: #232323;
	border: 1px solid #282828;
	margin-bottom: 8px;
	color: #9e9e9e
}

.mlist.service_tabs .tab_content .owl-theme .owl-nav>div:hover {
	background-color: #963947;
	border-color: #963947;
	color: #ffffff
}

.mlist.service_tabs .tab_content .owl-theme .owl-prev {}

.mlist.service_tabs .tab_content .owl-theme .owl-next {}

.mlist.service_tabs .tab_content .owl-theme .owl-nav>div.owl-close {
	background: none;
	border: none;
}

.mlist.service_tabs .tab_button {
	max-width: 1170px;
	margin: 15px auto 0 auto;
}

.mlist.service_tabs .tab_button .content_list {
	margin-right: -1%
}

.mlist.service_tabs .tab_button .content_list .item_block {
	width: 24%;
	height: auto;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	background-color: #232323;
	border: 1px solid #282828;
	box-sizing: border-box
}

.mlist.service_tabs .tab_button .content_list .item_block .item_link {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.mlist.service_tabs .tab_button .content_list .item_block .item_img {
	overflow: hidden;
	margin: 0 auto
}

.mlist.service_tabs .tab_button .content_list .item_block .item_img img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	float: none;
}

.mlist.service_tabs .tab_button .content_list .item_block .item_wrapper {
	padding: 20px
}

.mlist.service_tabs .tab_button .content_list .item_block .item_info {
	margin-top: 5px;
	height: 75px
}

.mlist.service_tabs .tab_button .content_list .item_block.nothumb .item_info {
	position: relative;
	top: -33px;
}

.mlist.service_tabs .tab_button .content_list .item_block .item_info .nums {
	color: #ffffff;
	font-size: 20px;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
}

.mlist.service_tabs .tab_button .content_list .item_block .item_info .title {
	font-size: 15px;
	color: #9e9e9e;
	margin-top: 10px;
}

.mlist.service_tabs .tab_button .content_list .item_block .item_info .subtitle {
	font-size: 12px;
	margin-top: 3px
}

.mlist.service_tabs .tab_button .content_list .item_block:hover {
	background-color: #963947;
	border-color: #963947;
}

.mlist.service_tabs .tab_button .content_list .item_block:hover .item_img img {}

.mlist.service_tabs .tab_button .content_list .item_block:hover .title,
.mlist.service_tabs .tab_button .content_list .item_block.active .title {
	color: #ffffff;
}

.mlist.service_tabs .tab_button .content_list .item_block:hover .subtitle,
.mlist.service_tabs .tab_button .content_list .item_block.active .subtitle {
	color: rgba(255, 255, 255, .6);
}

.mlist.service_tabs .tab_button .content_list .item_block.active .item_info .nums {
	color: #963947
}

.mlist.service_tabs .tab_button .content_list .item_block.active {
	background-color: #232323;
	border-color: #282828;
}

.mlist.news .container_content {
	max-width: 1170px;
	margin: 0 auto
}

.mlist.news .content_list .item_block {
	float: left;
	margin-bottom: 2%;
	width: 100%
}

.npagePage .mlist.news .content_list .item_block {
	border-bottom: #282828 1px dotted;
	/*! padding-bottom: 20px; */
}

.mlist.news .content_list .item_block .item_img {
	display: block;
	position: relative;
	width: 266px;
	height: 176px;
	float: left;
	overflow: hidden
}

.mlist.news .content_list .item_block .item_img img {
	width: 100%;
	height: 100%;
	/*! margin-top: 10px; */
}

.mlist.news .content_list .item_block .item_img .rectborder {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -10px;
	border: rgba(150, 57, 71, .9) 1px solid;
	transition: all ease-out .3s;
	margin-top: 5px;
}

.mlist.news .content_list .item_block .item_img .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: 0px;
	color: #ffffff;
	opacity: 0;
	transition: all ease-out .3s;
	background: #963947;
	font-size: 32px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center
}

.mlist.news .content_list .item_block .item_wrapper {
	margin-left: 296px;
	margin-top: 8px;
}

.mlist.news .content_list .item_block .item_info .title {
	font-size: 16px;
	color: #9e9e9e;
	line-height: 20px;
	transition: all ease-out .3s
}

.mlist.news .content_list .item_block .item_info .subtitle {
	font-size: 12px;
	color: #7f7f7f;
	padding-bottom: 10px;
	margin-top: 10px
}

.mlist.news .content_list .item_block .item_info .description {
	font-size: 12px;
	padding-bottom: 8px;
	margin-top: 4px;
	line-height: 22px;
	height: 40px;
	text-overflow: clip;
	overflow: hidden;
}

.mlist.news .content_list .item_block .more {
	font-size: 12px;
	margin-top: 10px;
	transition: all ease-out .3s;
	display: none;
}

.mlist.news .content_list .item_block .more i {
	font-size: 14px;
	margin-left: 5px;
	transition: all ease-out .3s
}

.mlist.news .content_list .item_block:hover .more {
	text-decoration: underline;
}

.mlist.news .content_list .item_block:hover .more i {
	margin-left: 10px;
	color: #ffffff
}

.mlist.news .content_list .item_block:hover .rectborder {
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	left: 10px;
	top: 10px;
}

.mlist.news .content_list .item_block:hover .icon {
	opacity: 1;
	margin-top: -25px
}

.mlist.news .content_list .item_block:hover .item_info .title {
	color: #0065b4;
}

#indexPage .mlist.news .content_wrapper {
	margin-right: -2%;
}

#indexPage .mlist.news .content_list .item_block {
	width: 31.33333%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left
}

#indexPage .mlist.news .content_list .item_block .item_img {
	width: 38%;
	height: auto;
	float: left;
}

#indexPage .mlist.news .content_list .item_block .item_img .icon {
	display: none
}

#indexPage .mlist.news .content_list .item_block .item_wrapper {
	margin-left: 38%
}

#indexPage .mlist.news .content_list .item_block .item_info .title {
	font-size: 14px;
	width: 100%;
	height: 16px;
	overflow: hidden;
	line-height: 13px;
}

#indexPage .mlist.news .content_list .item_block .item_info .subtitle {
	padding-bottom: 0;
	margin-top: 5px
}

#indexPage .mlist.news .content_list .item_block .item_tags,
#indexPage .mlist.news .content_list .item_block .item_info .description {
	/*! display: none */
}

#indexPage .mlist.news .content_list .item_block .more {
	display: block
}

#indexPage .mlist.news #news_item_0 .item_img,
#indexPage .mlist.news #news_item_1 .item_img,
#indexPage .mlist.news #news_item_2 .item_img {
	width: 100%;
	margin-bottom: 15px
}

#indexPage .mlist.news #news_item_0 .item_wrapper,
#indexPage .mlist.news #news_item_1 .item_wrapper,
#indexPage .mlist.news #news_item_2 .item_wrapper {
	margin-left: 0;
}

#indexPage .mlist.news #news_item_0 .icon,
#indexPage .mlist.news #news_item_1 .icon,
#indexPage .mlist.news #news_item_2 .icon {
	display: block
}

#indexPage .mlist.news #news_item_0,
#indexPage .mlist.news #news_item_1,
#indexPage .mlist.news #news_item_2 {
	margin-bottom: 3%
}

#indexPage .mlist.news #news_item_0 .item_wrapper .title,
#indexPage .mlist.news #news_item_1 .item_wrapper .title,
#indexPage .mlist.news #news_item_2 .item_wrapper .title {
	font-size: 16px;
	line-height: 25px;
	height: 25px;
}

#indexPage .mlist.news #news_item_0 .item_wrapper .more,
#indexPage .mlist.news #news_item_1 .item_wrapper .more,
#indexPage .mlist.news #news_item_2 .item_wrapper .more {
	display: none
}

.mlistpost.news #postWrapper {
	margin: 0 auto;
}

.mlistpost.news #listContent {
	width: 33%;
	float: right;
}

.mlistpost.news #listContent .item_tags {
	margin-top: 0
}

.mlistpost.news #listContent .item_tags a {
	padding: 5px 15px;
	background-color: #282828;
	transition: all ease-out .3s;
	display: inline-block;
	margin-bottom: 5px
}

.mlistpost.news #listContent .item_tags a:hover {
	background-color: #963947
}

.mlistpost.news .mlist.news {
	margin-top: 35px
}

.mlistpost.news #listContent .mlist.news .content_list .item_block {
	width: 100%;
	margin-bottom: 20px
}

.mlistpost.news #listContent .mlist.news .content_list .item_block .item_img {
	width: 35%;
	height: auto;
	float: left;
}

.mlistpost.news #listContent .mlist.news .content_list .item_block .item_img .icon {
	display: none
}

.mlistpost.news #listContent .mlist.news .content_list .item_block .item_wrapper {
	margin-left: 38%
}

.mlistpost.news #listContent .mlist.news .content_list .item_block .item_info .title {
	font-size: 14px;
	width: 100%;
	height: 16px;
	overflow: hidden;
	line-height: 16px
}

.mlistpost.news #listContent .mlist.news .content_list .item_block .item_info .subtitle {
	padding-bottom: 0;
	margin-top: 5px;
	line-height: 15px
}

.mlistpost.news #listContent .mlist.news .content_list .item_block .item_info .description {
	display: none
}

.mlistpost.news #listContent .mlist.news .content_list .item_block .item_tags {
	display: none
}

.mlistpost.news #listContent .mlist.news .content_list .item_block .more {
	display: block
}

.mlistpost.news #postContent {
	width: 63%;
	float: left
}

.mlistpost.news #postInfo {}

.mlistpost.news #postInfo .title {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 30px;
	line-height: 40px;
	padding-right: 120px;
}

.mlistpost.news #postInfo .subtitle {
	border-bottom: 1px solid #282828;
	float: left;
	width: 100%;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 28px;
	padding: 10px 0 13px 0;
}

.mlistpost.news #postContent .postbody {
	margin-top: 101px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #5b5a5a;
}

.mlist.imagelink .content_wrapper {
	position: relative;
	margin-right: -1%;
}

.mlist.imagelink .content_list .item_block {
	width: 15.666%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	position: relative;
	background: #232323
}

.mlist.imagelink .content_list .item_block .item_img {
	position: relative;
	display: block;
}

.mlist.imagelink .content_list .item_block img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s .1s;
	float: none;
	opacity: .8;
}

.mlist.imagelink .content_list .item_block .item_img:hover img {
	opacity: 1
}

.mlist.team .content_wrapper {
	position: relative;
	margin-right: -2%
}

.mlist.team .content_list .item_block {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}

.mlist.team .content_list .item_block img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s;
	float: none;
	display: block
}

.mlist.team .content_list .item_block .item_link {
	display: block
}

.mlist.team .content_list .item_block .item_img {
	position: relative;
	display: block;
	overflow: hidden;
}

.mlist.team .content_list .item_block .item_img .rectborder {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -10px;
	border: rgba(150, 57, 71, .9) 1px solid;
	transition: all ease-out .3s
}

.mlist.team .content_list .item_block .item_img .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: 0px;
	color: #ffffff;
	opacity: 0;
	transition: all ease-out .3s;
	background: #963947;
	font-size: 32px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block
}

.mlist.team .content_list .item_block .item_wrapper {
	padding: 15px 20px;
	height: auto;
	background-color: #232323;
	box-sizing: border-box;
	transition: all ease-out .3s
}

.mlist.team .content_list .item_block .item_info .title {
	font-size: 16px;
	color: #9e9e9e;
}

.mlist.team .content_list .item_block .item_info .subtitle {
	font-size: 13px;
	margin-top: 3px;
	color: #5d5d5d
}

.mlist.team .content_list .item_block:hover .rectborder {
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	left: 10px;
	top: 10px;
}

.mlist.team .content_list .item_block:hover .icon {
	opacity: 1;
	margin-top: -25px
}

.mlist.team .content_list .item_block:hover .item_wrapper {
	background-color: rgba(150, 57, 71, .9);
}

.mlist.team .content_list .item_block:hover .item_wrapper .title {
	color: #ffffff
}

.mlist.team .content_list .item_block:hover .item_wrapper .subtitle {
	color: rgba(255, 255, 255, .7)
}

.mlistpost.team #postWrapper {
	margin-bottom: 70px
}

.mlistpost.team #postWrapper #imageWrapper {
	width: 400px;
	height: auto;
	float: left;
}

.mlistpost.team #postWrapper #postInfo {
	margin-left: 450px;
	width: auto
}

.mlistpost.team #postWrapper #postInfo .wrapper {
	font-size: 13px;
}

.mlistpost.team #postWrapper #postInfo .wrapper .title {
	font-size: 18px;
	color: #ffffff;
}

.mlistpost.team #postWrapper #postInfo .wrapper .subtitle {
	color: #999;
	margin-top: 4px;
	border-bottom: 1px solid #282828;
	padding-bottom: 10px;
}

.mlistpost.team #postWrapper #postInfo .wrapper .description {
	margin-top: 28px;
	line-height: 24px;
}

.mlistpost.team #postWrapper #postInfo .wrapper .description a.more {
	display: inline-block;
	padding: 10px 30px;
	color: #fff
}

.mlistpost.team #postWrapper .owl-theme .owl-nav {
	display: none
}

.mlistpost.team #postWrapper .owl-theme .owl-dots {
	bottom: -40px
}

.mlist.job .content_wrapper {
	position: relative;
}

.mlist.job .content_list .item_block {
	width: 100%;
	float: left;
	color: #9e9e9e
}

.mlist.job .content_list .item_block .item_info {
	border-bottom: #232323 1px solid;
	height: 30px;
	padding: 10px 0;
	cursor: pointer;
	transition: background ease-out .3s;
	background: #0065b4;
	color: #fff;
}

.mlist.job .content_list .item_block .item_info:hover,
.mlist.job .content_list .item_block.active .item_info {
	background-color: #282828
}

.mlist.job .content_list .item_block p {
	height: 30px;
	line-height: 30px;
	float: left
}

.mlist.job .content_list .item_block p.title {
	width: 55%;
	text-indent: 30px;
	transition: color ease-out .3s
}

.mlist.job .content_list .item_block .item_info:hover p.title,
.mlist.job .content_list .item_block.active p.title {
	color: #fff
}

.mlist.job .content_list .item_block p.subtitle {
	width: 15%
}

.mlist.job .content_list .item_block p.cattitle {
	width: 15%
}

.mlist.job .content_list .item_block p.date {
	width: 10%
}

.mlist.job .content_list .item_block p.more {
	width: 5%
}

.mlist.job .content_list .item_block p.more a {
	float: right;
	margin-right: 20px
}

.mlist.job .content_list .item_block p.more i {
	font-size: 24px;
	margin-top: 2px;
	transition: all ease-out .3s
}

.mlist.job .content_list .item_block.active p.more i {
	transform: rotate(180deg)
}

.mlist.job .content_list .item_block p.more a:hover i {
	color: #963947;
}

.mlist.job .content_list .item_block .item_wrapper {}

.mlist.job .content_list .item_block .description {
	padding: 20px 30px;
	font-size: 13px;
	border-bottom: #232323 1px solid
}

.mlist.job .content_list .item_block .description p {
	float: none;
	height: auto
}

.mlist.job .content_list .item_block .description a.more {
	background-color: #963947;
	padding: 10px 20px;
	margin-top: 20px;
	display: inline-block;
	width: auto;
	font-size: 13px;
	color: #eaeaea
}

.mlist.job .content_list .item_block.head {
	display: none
}

.mlist.job .content_list .item_block.head p {
	color: #ffffff;
	font-size: 14px
}

.mlist.job .content_list .item_block.head .item_info {
	background-color: #3b3b3b;
	cursor: default
}

.mlist .content_wrapper.slider {
	margin-right: 0
}

.mlist .content_wrapper.slider .owl-loaded .owl-item .item_block {
	width: 100%
}

#moduleControl {
	position: fixed;
	right: 20px;
	top: 50%;
}

#moduleControl a.moduleCItem {
	border: 1px solid transparent;
	border-radius: 6px;
	display: block;
	height: 10px;
	margin-bottom: 5px;
	outline: 0 none;
	text-indent: -9999px;
	transition: all 0.3s ease-out 0s;
	width: 10px;
}

#moduleControl a.moduleCItem span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #555;
	display: block;
	margin: 3px 0 0 3px;
}

#moduleControl a.moduleCItem:hover,
#moduleControl a.moduleCItem.active {
	border-color: #ffffff;
}

#moduleControl a.moduleCItem:hover span,
#moduleControl a.moduleCItem.active span {
	opacity: 0
}

#moduleControl a.moduleCItem span {}

.npagePage .module_container {
	padding-bottom: 0
}

.npagePage .module_container .module_container {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 100%
}

.npagePage .container_content {
	/*! padding-top: 40px */
}

.npagePage .container_content.nocat {
	padding-top: 70px
}

.npagePage #postWrapper {
	padding-top: 30px
}

.npagePage #banner {
	height: 310px;
}

.npagePage #banner div {
	height: 310px;
	/*! background-repeat: no-repeat; */
	/*! background-position: center; */
	/*! background-size: cover; */
}

.npagePage .content {
	font-size: 13px;
	line-height: 24px
}

.npagePage .content hr {
	border: none;
	border-top: 1px dotted #282828;
	margin-top: 10px;
	margin-bottom: 10px;
	word-wrap: break-word;
	word-break: normal;
}

.npagePage .content .postbody {
	color: #6c6b6b;
	line-height: 32px;
}

.npagePage .content .postbody ul li {
	list-style: inherit;
}

.list-paddingleft-1 {
	padding-left: 0
}

.list-paddingleft-2 {
	padding-left: 30px
}

.list-paddingleft-3 {
	padding-left: 60px
}

.npagePage .content .postbody a,
.npagePage .content .description a {
	text-decoration: underline
}

.postbody img {
	float: none;
	max-width: 100%;
	margin-bottom: 20px
}

.npagePage .mpageEditor .container_header {
	padding: 60px 0 30px;
	font-size: 22px;
	text-align: center
}

.npagePage .mpageEditor .container_header .title {
	color: #000;
}

.npagePage .mpageEditor .container_header .subtitle {
	font-size: 14px
}

.npagePage .mpageEditor .container_content {
	padding-top: 0
}

.npagePage .mpageEditor .postbody #contactinfo {
	float: left
}

.npagePage .mpageEditor .postbody #contactform {
	float: left;
	margin-top: 50px;
	width: 100%;
}

.npagePage .mpageEditor #mcontact .module_container {
	max-width: 850px
}

#footer {
	height: 20px;
	padding: 10px 56px
}

#footer p {
	line-height: 20px;
	height: 20px;
	text-align: center;
}

#footer p span.ellipsis {
	display: inline-block;
	max-width: 70%
}

#footer p a#flogo {
	display: inline-block;
	width: 50px;
	height: 20px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 40px;
}

#footer p a#fbeian {
	color: #8e8e8e;
	vertical-align: top
}

#shares {
	position: fixed;
	right: 7px;
	bottom: 63px;
	z-index: 99;
	height: 124px
}

#shares a {
	width: 40px;
	height: 40px;
	border: 1px solid #282828;
	display: block;
	font-size: 16px;
	text-align: center;
	position: relative;
	transition: all 0.3s ease-out 0s;
	background-color: #1c1c1c
}

#shares a i {
	margin-top: 12px;
	transition: all 0.3s ease-out 0s;
}

#shares a i.fa.fa-mobile {
	font-size: 24px;
	margin-top: 8px;
}

#shares a:hover i,
#online_open:hover i {
	color: #ffffff;
}

#shares a:hover {
	border-color: #963947;
	z-index: 1;
	background-color: #963947;
}

#shares a#sweixin {
	top: -1px
}

#shares a#gotop {
	margin-top: -2px;
	font-size: 22px;
}

#shares a#gotop i {
	margin-top: 6px
}

.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .6);
	overflow-y: auto;
	z-index: 100;
	display: none
}

#fixed_weixin .fixed-container {
	width: 220px;
	height: auto;
	padding: 20px 20px 0 20px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -140px
}

#fixed_weixin .fixed-container div {
	height: 220px
}

#fixed_weixin .fixed-container p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000
}

#fixed_mp .fixed-container {
	width: 258px;
	height: 298px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -129px;
	margin-top: -149px
}

#fixed_mp .fixed-container p {
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	color: #000
}

#online_open {
	width: 40px;
	height: 40px;
	border: 1px solid #282828;
	cursor: pointer;
	position: fixed;
	right: -40px;
	bottom: 186px;
	z-index: 99;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	margin-right: -3px;
	background-color: #1c1c1c
}

#online_open:hover {
	border-color: #963947;
	background-color: #963947;
}

#online_open i {
	margin-top: 12px;
	transition: all 0.3s ease-out 0s;
}

#online_open:hover i {
	color: #ffffff
}

#online_lx {
	width: 180px;
	height: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
	box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
	position: fixed;
	right: 7px;
	bottom: 188px;
	z-index: 99999;
	margin-right: -10px;
}

#olx_head {
	padding: 20px;
	line-height: 16px;
	height: 16px;
	background: #444;
	color: #ffffff;
	font-size: 14px
}

#olx_head i {
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#olx_head i:hover {
	color: #ffffff;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

#olx_qq li a {
	padding: 12px 30px;
	height: 18px;
	line-height: 18px;
	background: #e5e5e5;
	color: #353434;
	display: block;
	border-bottom: #ffffff 1px solid;
	transition: all ease-out .3s;
	font-size: 12px
}

#olx_qq li a i {
	color: #5e5e5e;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 18px;
	transition: all ease-out .3s;
}

#olx_qq li a:hover {
	color: #ffffff;
	background: #999
}

#olx_qq li a:hover i {
	color: #ffffff;
}

#olx_tel {
	padding: 20px 30px
}

#olx_tel div {
	color: #434343;
	line-height: 14px;
	height: 14px;
	margin-bottom: 10px
}

#olx_tel div i {
	font-size: 18px;
	margin-right: 20px;
	vertical-align: middle
}

#olx_tel p {
	line-height: 18px;
	font-family: HELVETICANEUELTPRO-THEX;
	font-size: 16px
}

#openAssist {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 99;
	background-color: #3b3b3b;
	border-radius: 25px;
	text-align: center;
	display: none
}

#openAssist i {
	font-size: 30px;
	color: #fff;
	position: relative;
	top: 8px;
	display: inline-block;
	transition: all ease-out .3s
}

#openAssist.active i {
	transform: translate3d(0, 0, 0) rotate(135deg)
}

#assistBtn {
	position: fixed;
	bottom: 90px;
	right: 25px;
	z-index: 99;
	display: none
}

#assistBtn a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	background-color: #3b3b3b;
	border-radius: 20px;
	margin-bottom: 15px;
	opacity: 0;
	transform: translate3d(0, 8px, 0) scale(.3);
	transform-origin: center bottom;
}

#assistBtn a i {
	font-size: 18px;
	color: #fff;
	position: relative;
	top: 10px
}

.hide {
	display: none;
}

.popup {
	display: block;
}

.popup .fixed-container {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ffffff;
	width: 800px;
	height: 600px
}

.show {
	display: block;
}

.netmask {
	display: block
}

.netmask div {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px
}

.netmask.loading div i {
	display: block;
	background: url(../image/1491537117480.gif);
	width: 40px;
	height: 40px
}

.netmask div i:before {
	display: none;
	font-size: 40px;
	color: #ffffff;
}

.netmask.success div i:before {
	display: block
}

@media screen and (max-width:1270px) {
	.module .module_container.wide {
		max-width: 1170px;
		padding-left: 5px;
		padding-right: 5px
	}
}

@media screen and (max-width:1179px) {
	.module .module_container,
	.module .module_container.wide,
	.mlist.service_tabs.module .module_container.wide,
	.mlistpost.project .module_container {
		max-width: 768px;
	}
	#header,
	.gh1 #header {
		height: 54px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		z-index: 99
	}
	#header .content,
	.gh1 #header .content {
		padding: 0
	}
	#header .wrapper,
	.gh1 #header .wrapper {
		padding: 5px 5px 0 5px;
		height: 49px
	}
	.gh1 #header #headTop {
		padding-bottom: 0px;
		border-bottom: none
	}
	.gh1 #header #navWrapper {
		display: none
	}
	.gh1 #sitecontent {
		padding-top: 54px;
	}
	#footer {
		padding: 10px 5px;
	}
	#footer p {
		text-align: left
	}
	#header .nav {
		display: none
	}
	#header .content #openBtn {
		display: block
	}
	#indexPage .module .module_container {
		padding-bottom: 20px;
	}
	#indexPage .module .container_category {
		display: none
	}
	.container_category {
		white-space: nowrap;
		overflow-x: auto;
	}
	.module.mcounter ul.content_list li {
		width: 50%
	}
	.module.mcounter ul.content_list li:nth-of-type(2) div {
		border-right: none
	}
	.mlist.service_tabs .content_wrapper {
		padding: 0 5px
	}
	.mlist.service_tabs .tab_button {
		max-width: none;
	}
	.mlist.service_tabs .tab_button .content_list .item_block {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 1%
	}
	.mlist.project .content_wrapper,
	#indexPage .mlist.project .content_wrapper {
		margin-right: -1%;
	}
	.mlist.project .content_list .item_block,
	#indexPage .mlist.project .content_list .item_block {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 1%
	}
	.mlistpost.project #postContent .mlist.project .content_list .item_block {
		width: 49%;
		margin-right: 1%
	}
	.mlist.team .content_wrapper {
		margin-right: -1%
	}
	.mlist.team .content_list .item_block {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 1%
	}
	.mlist.imagelink .content_wrapper {
		margin-right: -1%
	}
	.mlist.imagelink .content_list .item_block {
		width: 32.333%;
		margin-right: 1%;
		margin-bottom: 1%
	}
	#indexPage #contactlist #contactinfo {
		width: 100%
	}
	#indexPage #contactlist #contactform {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
		float: left
	}
	.mlist.news .content_list .item_block {
		margin-bottom: 20px
	}
	.mlist.news .content_list .item_block .item_info .title {
		font-size: 14px;
	}
	.mlist.news .content_list .item_block .item_info .subtitle {
		padding-bottom: 0px;
		margin-top: 0px;
	}
	#indexPage .mlist.news .content_wrapper {
		margin-right: -1%
	}
	#indexPage .mlist.news .content_list .item_block {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 20px
	}
	#indexPage .mlist.news .content_list .item_block .item_img {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 15px
	}
	#indexPage .mlist.news .content_list .item_block .item_wrapper {
		margin-left: 0;
	}
	#indexPage .mlist.news .content_list .item_block .more {
		display: none
	}
	#indexPage .mlist.news #news_item_0,
	#indexPage .mlist.news #news_item_1,
	#indexPage .mlist.news #news_item_2 {
		margin-bottom: 20px
	}
	#indexPage .mlist.news #news_item_0 .item_wrapper .title,
	#indexPage .mlist.news #news_item_1 .item_wrapper .title,
	#indexPage .mlist.news #news_item_2 .item_wrapper .title {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	#indexPage .mlist.news #news_item_0 .icon,
	#indexPage .mlist.news #news_item_1 .icon,
	#indexPage .mlist.news #news_item_2 .icon {
		display: none
	}
	.mlistpost.news #listContent,
	.mlistpost.news #postContent {
		width: 100%;
		float: none
	}
	.mlistpost.news #listContent .mlist.news .content_wrapper {
		margin-right: -1%;
	}
	.mlistpost.news #listContent .mlist.news .content_list .item_block {
		width: 49%;
		margin-right: 1%
	}
	.mlistpost.project #postWrapper #postContent {
		margin-right: 0;
	}
	.mlistpost.project #postWrapper #postInfo {
		float: none;
		width: 100%;
		margin-bottom: 24px
	}
	.mlistpost.project #postWrapper #postInfo .wrapper {
		position: static;
		width: 100%
	}
	#shares,
	#online_open,
	#online_lx,
	#hcontact {
		display: none
	}
	#openAssist {
		display: block
	}
	.module.mcustomize.horizontal .contentbody,
	.module.mcustomize.horizontal.tril .contentbody {
		width: 100%;
		height: auto;
		float: none;
	}
	.module.mcustomize.horizontal .mediabody,
	.module.mcustomize.horizontal.tril .mediabody {
		width: 100%;
		height: auto;
		float: none;
	}
	.module.mcustomize.horizontal .container_content {
		height: auto
	}
	.mlist .content_wrapper.slider {
		padding-bottom: 50px
	}
}

@media screen and (max-width:767px) {
	#header .content #backBtn {
		display: block
	}
#indexPage #topSlider .content_list[data-slider-mode="3"]{
	width: 100%;
}
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer{width: 100%;margin-left: 0;left: 0;}
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before{display: none;}
#indexPage #topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after{display: none;}
.owl-carousel .owl-stage{height: 100%;}	
.owl-carousel.owl-drag .owl-item{height: 100%;}
	.content_wrapper.slider {
		padding-left: 0;
		padding-right: 0
	}
	.module .module_container {
		max-width: 576px;
	}
	#header {
		height: 54px;
		box-shadow: none
	}
	#header .wrapper {
		height: 44px;
		padding-top: 5px
	}
	#sitecontent {
		/*! padding-top: 51px; */
	}
	#header .content {
		text-align: center
	}
	#header .content a#logo {
		display: inline-block;
		float: none
	}
	#indexPage .module .container_header {
		padding: 30px 0 20px 0
	}
	#indexPage .module .container_header .title {
		font-size: 16px
	}
	#indexPage .module .container_header .subtitle {
		font-size: 12px;
		margin-top: 5px
	}
	#indexPage .module .container_header::before {
		display: none
	}
	.mlist.service_tabs .tab_button .content_list .item_block .item_img {}
	.mlist.imagelink .content_wrapper {
		margin-right: -1%
	}
	.mlist.imagelink .content_list .item_block {
		width: 49%;
		margin-right: 1%
	}
	.mlist.imagelink .content_wrapper.slider {
		margin-right: 0;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0
	}
	.npagePage .container_content {
		/*! padding-top: 224px; */
	}
	.npagePage .container_content.nocat {
		padding-top: 30px
	}
	.npagePage #postWrapper {
		padding-top: 10px
	}
	#banner {
		display: none
	}
	#pageTarget {
		display: none
	}
	.mlist.service_tabs .tab_button {
		margin-top: 0
	}
	.mlist.service_tabs .tab_content .content_list .item_block .item_wrapper {
		margin: 0 10px
	}
	.mlist.service_tabs .tab_content .tab_indexs,
	.mlist.service_tabs .tab_content .owl-theme .owl-nav>div.owl-prev,
	.mlist.service_tabs .tab_content .owl-theme .owl-nav>div.owl-next {
		display: none
	}
	.mlist.service_tabs .tab_content .sliderWrapper {
		margin-left: 0
	}
	.mlist.service_tabs .tab_content .content_list .item_block {
		height: 210px
	}
	.mlist.service_tabs .tab_content .owl-theme .owl-nav>div.owl-close {
		top: -20px;
		position: absolute;
		right: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.mlist.service_tabs .tab_content .owl-theme .owl-nav>div.owl-close i {
		font-size: 21px
	}
	.mlistpost.service #postNav {
		display: none
	}
	.mlistpost.service #postContent {
		margin-left: 0
	}
	.mlist.project .content_list .item_block.item_block img {
		float: none
	}
	.mlist.project .content_list .item_block .item_wrapper {
		position: static;
		opacity: 1;
		visibility: visible;
		padding: 15px;
		background-color: #232323;
	}
	#sitecontent .mlist.project .content_list .item_block .item_wrapper {
		background-color: #232323;
	}
	.mlist.project .content_list .item_block .item_info {
		transform: none!important;
		top: 0;
		margin-top: 0px
	}
	.mlist.project .content_list .item_block .item_info .title {
		font-size: 14px;
		line-height: 14px
	}
	.mlist.project .content_list .item_block .item_info .subtitle {
		font-size: 12px;
		color: #7f7f7f;
		line-height: 12px
	}
	.mlist.project .content_list .item_block .item_wrapper .icon {
		display: none
	}
	.mlistpost.project #postWrapper #postInfo .wrapper .title {
		font-size: 16px
	}
	.mlistpost.project #postWrapper #postInfo .wrapper .subtitle {
		font-size: 12px;
		margin-top: 0;
		line-height: 18px;
	}
	.mlistpost.project #postWrapper #postInfo .wrapper .description {
		padding-bottom: 24px;
		margin-top: 12px
	}
	.mlist.team .content_list .item_block .item_wrapper {
		padding: 15px;
	}
	.mlist.team .content_list .item_block .item_info .title {
		font-size: 14px
	}
	.mlist.team .content_list .item_block .item_info .subtitle {
		font-size: 12px
	}
	.mlistpost.team #postWrapper #postInfo .wrapper .title {
		font-size: 16px
	}
	.mlistpost.team #postWrapper #postInfo .wrapper .subtitle {
		font-size: 12px;
		margin-top: 0;
		line-height: 18px;
	}
	.mlistpost.team #postWrapper #postInfo .wrapper .description {
		margin-top: 12px
	}
	#indexPage .mlist.news .content_wrapper {
		margin-right: 0
	}
	#indexPage .mlist.news .content_list .item_block {
		width: 100%;
		margin-right: 0;
		border-bottom: #282828 1px dotted;
		padding-bottom: 10px;
		margin-bottom: 10px
	}
	#indexPage .mlist.news .content_list .item_block .item_img {
		width: 35%;
		height: auto;
		float: left;
		margin-bottom: 0
	}
	#indexPage .mlist.news .content_list .item_block .item_wrapper {
		margin-left: 38%;
	}
	#indexPage .mlist.news #news_item_0,
	#indexPage .mlist.news #news_item_1,
	#indexPage .mlist.news #news_item_2 {
		margin-bottom: 10px
	}
	#indexPage .mlist.news #news_item_0 .item_img,
	#indexPage .mlist.news #news_item_1 .item_img,
	#indexPage .mlist.news #news_item_2 .item_img {
		width: 35%;
		height: auto;
		float: left;
		margin-bottom: 0
	}
	#indexPage .mlist.news #news_item_0 .item_wrapper,
	#indexPage .mlist.news #news_item_1 .item_wrapper,
	#indexPage .mlist.news #news_item_2 .item_wrapper {
		margin-left: 38%;
	}
	#indexPage .mlist.news #news_item_0 .item_wrapper .more,
	#indexPage .mlist.news #news_item_1 .item_wrapper .more,
	#indexPage .mlist.news #news_item_2 .item_wrapper .more,
	#indexPage .mlist.news .content_list .item_block .more {
		display: block
	}
	.mlist.job .content_list .item_block p.title {
		width: 65%;
		text-indent: 10px;
		padding-right: 10px;
		box-sizing: border-box
	}
	.mlist.job .content_list .item_block p.subtitle {
		display: none
	}
	.mlist.job .content_list .item_block p.cattitle {
		display: none
	}
	.mlist.job .content_list .item_block p.date {
		width: 25%
	}
	.mlist.job .content_list .item_block p.more {
		width: 10%;
	}
	.mlist.job .content_list .item_block p.more a {
		margin-right: 10px
	}
	.npagePage .mlist.news .content_list .item_block {
		padding-bottom: 10px;
		margin-bottom: 10px;
		line-height: 16px
	}
	.npagePage .mlist.news .content_list .item_block .item_img {
		width: 35%;
		height: auto;
	}
	.npagePage .mlist.news .content_list .item_block .item_wrapper {
		margin-left: 38%;
	}
	.npagePage .mlist.news .content_list .item_block .item_info .title {
		overflow: hidden;
		width: 100%;
		height: 16px
	}
	.npagePage .mlist.news .content_list .item_block .item_info .subtitle {
		margin-top: 5px
	}
	.npagePage .mlist.news .content_list .item_block .item_img .icon {
		display: none
	}
	.npagePage .mlist.news .content_list .item_block .item_tags,
	.mlist.news .content_list .item_block .item_info .description {
		/*! display: none; */
	}
	.npagePage .mlist.news .content_list .item_block .more {
		display: block
	}
	.mlistpost.news #listContent,
	.mlistpost.news #postContent {
		width: 100%;
		float: none
	}
	.mlistpost.news #listContent .mlist.news .content_wrapper {
		margin-right: 0;
	}
	.mlistpost.news #listContent .mlist.news .content_list .item_block {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding-bottom: 10px
	}
	.mlistpost.news #listContent .mlist.news .content_list .item_block .item_img {
		display: block
	}
	.mlistpost.team #postWrapper #imageWrapper {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		float: none
	}
	.mlistpost.team #postWrapper #postInfo {
		margin-left: 0;
		margin-top: 50px
	}
	.module.mcustomize .header {
		padding: 30px 0 20px 0;
	}
	.module.mcustomize .header {
		font-size: 16px;
	}
	.module.mcustomize .header .subtitle {
		font-size: 12px;
		margin: 5px 0 0 0
	}
	.module.mcustomize .mediabody {
		margin-top: 30px
	}
	#indexPage #contactlist {
		margin-top: 0
	}
	.npagePage .mpageEditor .postbody #contactform {
		margin-top: 30px
	}
	#contactform p {
		margin-bottom: 10px
	}
}

.agent-mobile .owl-theme .owl-nav {
	display: none
}

.mlist.service_tabs .tab_button .content_list .item_block.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.mlist.project .content_list .item_block.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.mlist.team .content_list .item_block.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.mlist.imagelink .content_list .item_block.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.mlist.news .content_list .item_block.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.mlist.news .content_list .item_block.wow:hover{
	background: #0065b4;
}
.mlist.news .content_list .item_block.wow:hover .item_info .title {
	color: #fff!important;
}
.mlist.news .content_list .item_block.wow:hover .ellipsis{
	color: #fff!important;
}
.mlist.news .content_list .item_block.wow:hover .description{
	color: #fff!important;
}

.mcustomize .header.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.mcustomize .description.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.mcustomize .mediabody.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#mcontact #contactinfo.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#mcontact #contactform.wow {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#indexPage .module .container_header {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.container_category {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.container_target {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}



.head {
    clear: both;
    position: fixed;
    width: 100%;
    /*! height: 171px; */
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.topBox1 {
    clear: both;
    height: 106px;
    overflow: hidden;
    position: relative;
}
.wrap {
    /*! width: 1200px; */
    clear: both;
    margin: 0 auto;
}
.logo {
    overflow: hidden;
    margin: 18px 0 0 50px;
}
.fl {
    float: left;
    display: inline;
}
.logo a {
    display: block;
}
a:visited {
    color: #666666;
}

/*m*/
@media (max-width: 678px){

#Slide{/*! padding-top: 37px; */height: 330px;}
	.container{width: 100% !important;;}
	.advantage{display: none;}
	#Slide .slide_banner img{height: 100% !important;}
	#service{padding-top: 190px;}
}
/*pc*/
@media (min-width: 768px){
	#Slide{padding-top: 60px;height: 700px;}

	}

/*banner*/
#Slide .slide_banner{ float:left; width:100%; margin:0; position:relative; overflow:hidden; text-align:center;}
#Slide .slide_banner .slick-slide{ width:100%; padding:0; position:relative; line-height:0;}
#Slide .slide_banner img{ width:100%;height: 626px;}
#Slide .slide_banner .slick-dots{ height:5px; bottom:90px;}
#Slide .slide_banner .slick-dots li{ background:#fff; width:46px; height:5px; margin:0 7px; background:#fff; text-indent:-9999px; overflow:hidden; vertical-align:top ;opacity:0.4; filter:alpha(opacity=40);}
#Slide .slide_banner .slick-dots li.slick-active{background:#0065b4;opacity:1; filter:alpha(opacity=100);}
#Slide .slide_banner .slick-prev,
#Slide .slide_banner .slick-next{ background:none; width:28px; /*! height:54px; */ z-index:36;}
#Slide .slide_banner .slick-prev{ left:9.06%;}
#Slide .slide_banner .slick-next{ left:auto; right:9.06%;}
#Slide .slide_banner .slick-prev:after,
#Slide .slide_banner .slick-prev:before,
#Slide .slide_banner .slick-next:after,
#Slide .slide_banner .slick-next:before{float:left; width:38px; height:2px; background:#fff; content:''; position:relative;opacity:0.3; filter:alpha(opacity=30);}
#Slide .slide_banner .slick-prev:after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg); top:12px; left:-5px; }
#Slide .slide_banner .slick-prev:before{ -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg); top:-12px; left:-5px; }
#Slide .slide_banner .slick-next:after{ -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg); top:12px; left:-5px; }
#Slide .slide_banner .slick-next:before{ -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg); top:-12px; left:-5px;}
#Slide .slide_banner .slick-prev:hover:after,
#Slide .slide_banner .slick-prev:hover:before,
#Slide .slide_banner .slick-next:hover:after,
#Slide .slide_banner .slick-next:hover:before{ background:#eb3c00; opacity:0.8; filter:alpha(opacity=80);}
@media screen and  (max-width:1200px){

}
@media screen and  (max-width:1200px){

}
@media screen and  (max-width:992px){
#Slide .slide_banner .slick-dots{ bottom:15px; height:3px;}	
#Slide .slide_banner .slick-dots li{ width:20px; height:3px; margin:0 4px;}
#Slide .slide_banner .slick-prev,
#Slide .slide_banner .slick-next{ width:14px; height:26px;}
#Slide .slide_banner .slick-prev{ left:3%;}
#Slide .slide_banner .slick-next{ left:auto; right:3%;}
#Slide .slide_banner .slick-prev:after,
#Slide .slide_banner .slick-prev:before,
#Slide .slide_banner .slick-next:after,
#Slide .slide_banner .slick-next:before{ width:19px; height:2px;}
#Slide .slide_banner .slick-prev:after{ top:6px; left:-2px; }
#Slide .slide_banner .slick-prev:before{ top:-6px; left:-2px; }
#Slide .slide_banner .slick-next:after{ top:6px; left:-2px; }
#Slide .slide_banner .slick-next:before{ top:-6px; left:-2px;}
}
@media screen and  (max-width:768px){

}
/*hPord*/
#Content .hPordBg{ float:left; width:100%; }
#Content .hPord{ margin:0 -70px;}
#Content .hPordL{ float:left; width:315px; padding-right:15px; background:#f4f4f4; height:524px; overflow:hidden;}
#Content .hPordL .l1{ float:left; width:100%; background:#163c8b; border-bottom:1px solid #fff; position:relative; overflow:hidden; cursor:pointer;-webkit-transition: 0.5s ease; -moz-transition: 0.5s ease;-ms-transition: 0.5s ease; -o-transition: 0.5s ease;transition: 0.5s ease;}
#Content .hPordL .tit{ float:left; width:100%; color:#fff; font-size:18px; line-height:34px; padding:35px 26px;}
#Content .hPordL .num{ float:left; position:absolute; left:-2px; bottom:-5px; color:#fff; font-size:36px; line-height:36px; opacity:0.05; filter:alpha(opacity=5); font-weight:bold;}
#Content .hPordL .ico{ float:left; position:absolute; right:20px; top:50%; margin-top:-10px; width:20px; height:20px; border-radius:50%; background:#fff; color:#27262b; font-size:20px; font-weight:bold; line-height:20px; text-align:center; padding-left:1px;-webkit-transition: 0.5s ease; -moz-transition: 0.5s ease;-ms-transition: 0.5s ease; -o-transition: 0.5s ease;transition: 0.5s ease;}
#Content .hPordL .l1.slick-current{ background:#eb3c00;}
#Content .hPordL .l1.slick-current .ico{ color:#eb3c00;}
#Content .hPordL .slick-dots{ float:left; width:5px; height:96%; background:#cbcbcb; left:auto; right:0; top:2%;}
#Content .hPordL .slick-dots li{ width:5px; height:8.5%; background:#cbcbcb; margin:0;}
#Content .hPordL .slick-dots li.slick-active{ background:#163c8b;}
#Content .hPordR{ float:left; width:995px; padding:29px 60px; background:#f4f4f4; height:524px; overflow:hidden;}
#Content .hPordR .l1{ float:left; width:100%;}
#Content .hPordR .tit{ float:left; width:100%; color:#333333; font-size:24px; line-height:34px; border-bottom:1px dashed #c3c3c3; padding:25px 0;}
#Content .hPordR .tit a{ float:right; color:#666666; font-size:14px;}
#Content .hPordR .tit a:hover{ color:#eb3c00;}
#Content .hPordR .tit a i{ display:inline-block; vertical-align:top; margin-left:5px; margin-top:12px; width:11px; height:11px;}
#Content .hPordR .info{ float:left; width:100%; color:#666666; font-size:16px; line-height:26px; margin:20px 0 8.84% 0;}
#Content .hPordR .p1{ float:left; width:100%; margin:5px 0;}
#Content .hPordR .img{ float:left; width:100%;}
@media screen and (max-width:1366px){
#Content .hPord{ margin:0;}	
#Content .hPordL{ width:315px; padding-right:15px; height:524px;}
#Content .hPordR{ width:855px; padding:29px 40px; height:524px;}
}
@media screen and  (max-width:1200px){

}
@media screen and  (max-width:1200px){
#Content .hPordL{ width:270px; padding-right:15px; height:404px;}
#Content .hPordL .tit{ font-size:16px; line-height:30px; padding:25px 15px;}
#Content .hPordL .num{ font-size:26px; line-height:26px;}
#Content .hPordL .ico{ right:12px; margin-top:-9px; width:18px; height:18px; font-size:16px;line-height:18px;}
#Content .hPordL .slick-dots li{ height:8%;}
#Content .hPordR{ width:692px; padding:20px 30px; height:404px;}
#Content .hPordR .tit{ padding:15px 0; font-size:20px;}
#Content .hPordR .p1{ margin:2px 0;}
}
@media screen and  (max-width:992px){

#Content .hPordL{ width:260px; padding-right:10px; height:334px;}
#Content .hPordL .tit{ font-size:16px; line-height:30px; padding:18px 15px;}
#Content .hPordL .num{ font-size:26px; line-height:26px;}
#Content .hPordL .ico{ right:12px; margin-top:-9px; width:18px; height:18px; font-size:16px;line-height:18px;}
#Content .hPordL .slick-dots{ width:3px;}
#Content .hPordL .slick-dots li{ width:3px; height:7.5%;}
#Content .hPordR{ width:478px; padding:15px; height:334px;}
#Content .hPordR .tit{ padding:8px 0; font-size:18px;}
#Content .hPordR .info{ font-size:14px; line-height:24px;}
#Content .hPordR .p1{ margin:0;}
}
@media screen and  (max-width:768px){
#Content .hPordL{ width:100%; padding-right:10px; height:auto;}	
#Content .hPordL .tit{ padding:10px 15px;}
#Content .hPordL .num{ font-size:20px;}
#Content .hPordL .slick-dots li{ width:3px; height:6.8%;}
#Content .hPordR .tit { padding:4px 0;}	
#Content .hPordR .info{ margin:12px 0 15px 0}	
#Content .hPordR{ width:100%; padding:8px 15px 20px 15px; height:auto;}
}


/*banner-style*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    
/*    margin-left: -14px;
    margin-right: -14px;*/
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: 0;
/*    padding-left: 14px;
    padding-right: 14px;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*! display: block; */
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    /*border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/slick.woff') format('woff'), 
    url('../fonts/slick.ttf') format('truetype'), 
    url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    left:40px;
    top: 50%;
    display: block;
    width: 52px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index:100;
}
.slick-next{
    left:auto;
    right:40px;
}
@media  screen and (max-width:991px){
.slick-prev,
.slick-next
{
    width: 30px;
    height: 58px;
    background-size:30px 58px;
    
}
.slick-next{
    background-size:30px 58px;
}
}
@media  screen and (max-width:767px){
.slick-prev,
.slick-next
{
    left:15px;
    width: 26px;
    height: 50px;
    background-size:26px 50px;
    
}
.slick-next{
    left:auto;
    right:15px;
    background-size:26px 50px;
}    
}





/* Dots */

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: ' ';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.telT {
    float: right;
    position: relative;
    padding-left: 58px;
    margin: 30px 83px;
    height: 48px;
}
.telT img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
}
.telT span {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 16px;
}
.telT h1 {
    display: block;
    color: #0065b4;
    font-size: 32px;
    line-height: 34px;
    margin-top: 1px;
}
.title{color:#000;}

.advantage {
    background: url("/static/image/bg3.jpg") no-repeat center;
    height: 456px;
    width: 100%;
    /*! margin-top: 20px; */
}
.advantage .box {
    position: relative;
}
.container {
    width: 1180px;
    margin: 0 auto;
}
.ys_head {
    background: url("/static/image/tit.png") no-repeat center;
    width: 100%;
    height: 66px;
    margin-bottom: 50px;
    /*! margin-top: 10px; */
}
.ys_head .title {
    padding: 8px 0 0 20px;
    line-height: 28px;
    margin-top: 4px;
}
.lf {
    float: left;
}
.ys_head .title h3 {
    font-size: 28px;
    color: #0065b4;
    font-weight: bold;
}
.ys_head .title p {
    text-transform: uppercase;
}
.ys_head .list {
    margin-top: 33px;
}
.rt {
    float: right;
}
.ys_head .list a {
    background: url("/static/image/ico2.png") no-repeat center bottom;
    padding: 0 10px 15px;
    transition: .3s;
}
.advantage .box .word p.li1 {
    top: 266px;
    left: 46px;
}
.advantage .box .word p {
    width: 20px;
    line-height: 20px;
    color: #163c8b;
    font-size: 18px;
    position: absolute;
}
.advantage .box .word p.li2 {
    top: 273px;
    left: 233px;
}
.advantage .box .word p.li3 {
    top: 290px;
    left: 416px;
}
.advantage .box .word p.li4 {
    top: 251px;
    left: 602px;
}
.advantage .box .word p.li5 {
    top: 251px;
    left: 787px;
}
.advantage .box .word p.li6 {
    top: 308px;
    left: 971px;
}
.advantage .box .word p.li7 {
    top: 275px;
    left: 1157px;
}
/*底部*/
/*手机底部导航*/
#Down .pf_down{width:100%; float:left; position:fixed; left:0; bottom:0; height:50px; background:#0065b4; z-index:58; box-shadow:0 -4px 7px rgba(0,0,0,0.15);}
#Down .pf_down li{ width:32.33%; float:left; text-align:center; padding:7px 0 5px 0; border-right:1px solid rgba(255,255,255, 0.2);}
#Down .pf_down li:last-child{ border:none;}
#Down .pf_down li .ico7{ width:100%; float:left; line-height:0;position: relative;top: 0;left: 42%;}
#Down .pf_down li .ico7 img{ display:block; margin:0 auto; width:20px; height:20px;}
#Down .pf_down li .name{ width:100%; float:left; margin-top:4px; font-size:12px; color:#fff; line-height:14px;}

/*底部*/
#Down .pz_down{ float:left; width:100%; background:#0f2a61;}
#Down .pz_down .footT{ float:left; width:100%; padding:52px 0 48px 0;}
#Down .pz_down .footTit{ float:left; width:100%; color:#fff; font-size:18px; line-height:20px; margin-bottom:4px;}
#Down .pz_down .footAddr{ float:left; width:400px; padding-right:30px;}
#Down .pz_down .footAddr .dAddr{ float:left; width:100%; color:#fff; color:rgba(255,255,255,0.6); font-size:14px; line-height:24px; margin-top:20px; position:relative; padding-left:28px;}
#Down .pz_down .footAddr .ico{ float:left; width:20px; position:absolute; left:0; top:2px;opacity:0.6; filter:alpha(opacity=30);}
#Down .pz_down .footNav{ float:left; width:320px; padding:0 0 0 7.69%; min-height:185px; border-left:1px solid #fff;border-left:1px solid rgba(255,255,255,0.1); border-right:1px solid #fff;border-right:1px solid rgba(255,255,255,0.1);}
#Down .pz_down .footNav .dNav{ float:left; width:100%; margin-top:4px;}
#Down .pz_down .footNav .dNav li{ float:left; width:43.39%; margin-top:16px;}
#Down .pz_down .footNav .dNav li a{ float:left; width:100%; color:#fff; color:rgba(255,255,255,0.6); font-size:14px; line-height:24px; }
#Down .pz_down .footNav .dNav li a:hover{ color:#eb3c00;}
#Down .pz_down .footUs{ float:right; width:285px;}
#Down .pz_down .footUs .ewm1{ float:left; width:100%; color:#fff; color:rgba(255,255,255,0.6); font-size:14px; line-height:24px; margin:20px 0 15px 0;}
#Down .pz_down .footUs .ewm2{ float:left; width:100%;}
#Down .pz_down .footUs .ewm2 .img{ float:left; width:108px; height:108px; line-height:0; border:1px solid #ededed;}
#Down .pz_down .footUs .ewm2 .info{ float:left; color:#fff; color:rgba(255,255,255,0.6); font-size:14px; line-height:24px; margin:61px 0 0 21px;}
#Down .pz_down .links{ float:left; width:100%; border-bottom:1px solid #fff;border-bottom:1px solid rgba(255,255,255,0.1); border-top:1px solid #fff;border-top:1px solid rgba(255,255,255,0.1); color:#fff; color:rgba(255,255,255,0.6); font-size:12px; line-height:22px; padding:16px 0;}
#Down .pz_down .link{ float:left; width:100%;}
#Down .pz_down .link a{color:#fff; color:rgba(255,255,255,0.6); margin-left:12px;}
#Down .pz_down .link a:hover{color:#eb3c00;}
#Down .pz_down .footD{ float:left; width:100%; padding:21px 0;}
#Down .pz_down .Copyright{ float:left; color:#fff; color:rgba(255,255,255,0.6); font-size:12px; line-height:22px; /*! text-transform:uppercase; */}
#Down .pz_down .Copyright a{color:#fff; color:rgba(255,255,255,0.6);}
#Down .pz_down .Copyright a:hover{color:#eb3c00;}
#Down .pz_down .footMap{ float:right; color:#fff; color:rgba(255,255,255,0.6); font-size:12px; line-height:22px; text-transform:uppercase;}
#Down .pz_down .footMap a{color:#fff; color:rgba(255,255,255,0.6);}
#Down .pz_down .footMap a:hover{color:#eb3c00;}
@media screen and  (max-width:1200px){

}
@media screen and  (max-width:1200px){
#Down .pz_down .footAddr{ width:390px;}
#Down .pz_down .footNav{ width:250px; padding:0 0 0 5%;}
#Down .pz_down .link a{ margin-left:6px;}
}
@media screen and  (max-width:992px){
#Down .pz_down .footT{ padding:20px 0;}	
#Down .pz_down .footAddr{ width:50%; padding:0 15px 0 0;}
#Down .pz_down .footAddr .dAddr{ margin-top:4px; padding-left:24px;}
#Down .pz_down .footNav{ width:20%; min-height:140px; padding:0 0 0 4%;}
#Down .pz_down .footNav .dNav li{ margin-top:0; width:100%;}
#Down .pz_down .footUs{ width:200px;  padding:0;}
#Down .pz_down .footUs .ewm1{ margin:4px 0;}
#Down .pz_down .links{ padding:10px 0;}
#Down .pz_down .footD{ padding:8px 0;}
#Down .pz_down .footUs .ewm2 .img{ width:88px; height:88px;}
#Down .pz_down .footUs .ewm2 .info{ margin:38px 0 0 15px;}
}
@media screen and  (max-width:768px){
#Down .pz_down{ margin-bottom:50px;}
#Down .pz_down .footTit{ font-size:16px; line-height:18px;}
#Down .pz_down .footNav{ width:100%; border:none; padding:15px 0; min-height:50px;}
#Down .pz_down .footNav .dNav li{ margin-top:0; width:33.33%;}
#Down .pz_down .footUs{ width:100%;}
#Down .pz_down .Copyright{ width:100%; text-align:center;}
#Down .pz_down .footMap { width:100%; text-align:center;margin-bottom: 60px;}
#Down .pz_down .footAddr{ width:100%; padding:0;}
#Down .pz_down .links{ border-bottom:none; padding:0;}
#Down .pz_down .link{ display:none;}

@media screen and (max-width:413px ) {
#Down .pz_down .footAddr .dAddr .sp1{ display:block;}
}
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*bdmap*/
#Content12 .Contact{ float:left; width:100%; box-shadow:0 0 15px rgba(0,0,0,0.13); margin:0 0 31px 0; padding-bottom:10px;}
#Content12 .Contact .l1{ float:left; width:100%; padding:40px 6.83%;}
#Content12 .Contact .l1 .tit1{ float:left; width:100%; color:#eb3c00; font-size:30px; line-height:40px; }
#Content12 .Contact .l1 .tit2{ float:left; width:100%; color:#163c8b; font-size:16px; line-height:26px; text-transform:uppercase; font-family:Arial; margin-top:4px;}
#Content12 .Contact .l2{ float:left; width:100%; padding:36px 0;}
#Content12 .Contact .l2.bg{ background:#f5f5f5;}
#Content12 .Contact .l2 .lc1{ float:left; width:40.29%; position:relative; min-height:42px; padding-left:62px; margin-left:7.26%;}
#Content12 .Contact .l2 .lc2{ float:right; margin:0 !important;}
#Content12 .Contact .l2 .ico{ float:left; width:42px; height:42px; border-radius:50%; background:#e0e0e0; overflow:hidden; position:absolute; left:0; top:0;}
#Content12 .Contact .l2 .tit1{ float:left; width:100%; color:#4c4c4c; font-size:16px; line-height:27px;}
#Content12 .Contact .l2 .sp1{ margin-left:36px;}
@media screen and  (max-width:1200px){

}
@media screen and  (max-width:1200px){

}
@media screen and  (max-width:992px){
#Content12 .Contact{width: 95%;}
#Content12 .Contact{ margin:0 0 20px 0;}
#Content12 .Contact .l1{ padding:12px 3%;}
#Content12 .Contact .l1 .tit1{ font-size:18px; line-height:28px;}
#Content12 .Contact .l1 .tit2{ font-size:14px; line-height:20px; margin-top:2px;}
#Content12 .Contact .l2{ padding:15px 0;}
#Content12 .Contact .l2 .ico{ width:30px; height:30px;}
#Content12 .Contact .l2 .tit1{ font-size:14px; line-height:22px;}
#Content12 .Contact .l2 .lc1{ margin-left:3%; padding-left:42px;}
#Content12 .Contact .l2 .sp1{ margin-left:15px;}
}
@media screen and  (max-width:768px){
#Content12 .Contact{ padding-bottom:5px;}	
#Content12 .Contact .l2{ padding:10px 3%;}
#Content12 .Contact .l2 .lc1{ width:89%; margin:11px 0;}
@media screen and (max-width:413px){
#Content12 .Contact .l2 .sp1{ margin-left:0; display:block;}
}

}
.sx_fy {
    float: left;
    width: 100%;
    border-top: 1px dotted #b2b2b2;
    padding-top: 27px;
}
.sx_fy a {
    /*! float: left; */
    width: 100%;
    color: #888888;
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0;
}
.item_info{margin-left: 7px}


/*head*/
@media (min-width: 1200px) {.container{ width: 1200px; }}

@media (min-width: 1200px) {.container{ width: 1200px; }}
#Top .head{ float:left; width:100%; background:#fff; position:relative; z-index:66;}
#Top .logo{ float:left; margin:20px -71px;   line-height:0;}
#Top .soB{ float:left; width:442px; position:relative; margin:34px 0 0 10.42%;}
#Top .soB .tit{ float:left; position:absolute; left:0; top:0; width:87px;}
#Top .soB .tit span{ float:left; color:#eb3c00; font-size:16px; line-height:40px; padding:0 14px 0 20px; position:relative; cursor:pointer;}
#Top .soB .tit span:after{ float:left; width:0; height:0; position:absolute; right:0; top:50%; margin-top:-2px; content:'';border-left:2px solid transparent; border-right:2px solid transparent;border-top:4px solid #ababab; }
#Top .soB .tit ul{ display:none; float:left; position:absolute; left:0; top:39px; width:100%; border:1px solid #d1d1d1; background:#fff; z-index:66; padding:5px 0;}
#Top .soB .tit li{ float:left; width:100%; padding:0 0 0 20px; color:#888888; font-size:14px; line-height:24px; cursor:pointer;}
#Top .soB .tit li:hover{ color:#eb3c00;}
#Top .soB .so{ float:left; width:100%; height:40px; border:1px solid #d1d1d1; border-radius:3px 0 0 3px; padding:6px 0 5px 87px; background:#fff; }
#Top .soB .so .Search{ float:left; width:100%; color:#888888; font-size:12px; height:27px; line-height:27px; border-left:1px solid #eeeeee; padding:0 20px;}
#Top .soPc{ display:block;}
#Top .soPh{ display:none;}
#Top .telT{ float:right; position:relative; padding-left:57px; margin:29px 0; height:48px;}
#Top .telT img{ display:block; position:absolute; left:0; top:0; width:48px; height:48px;}
#Top .telT span{ display:block; color:#666666; font-size:14px; line-height:16px;}
#Top .telT h1{ display:block; color:#163c8b; font-size:32px; line-height:34px; margin-top:1px;}

/*menu*/
#Top .menuBg{ float:left; width:100%; background:#163c8b; padding-top:2px; position:relative;}
#Top .menu{float:left; width:100%;}
#Top .menu .nli{ float:left; width:12.5%; position:relative;}
#Top .menu .nli span a{ float:left; position:relative; width:100%; text-align:center; color:#fff; font-size:16px; line-height:52px;}
#Top .menu .nli.active span a,
#Top .menu .nli:hover span a{ background:#eb3c00;}

#Top .menu .sub{ display:none; float:left; position:absolute; left:0; top:52px; width:100%; z-index:66;}
#Top .menu .sub li{ float:left; width:100%;border-bottom:1px dashed #bbbbbb;}
#Top .menu .sub li:last-child{ border-bottom:none;}
#Top .menu .sub li a{ float:left; width:100%; text-align:center; color:#333333; font-size:14px; line-height:34px;background:#f0f0f0; background:rgba(240,240,240,0.98);}
#Top .menu .sub li a:hover{ color:#eb3c00;}

#Top .menuSub{ display:none; float:left; width:100%; background:#f0f0f0; background:rgba(240,240,240,0.98); position:absolute; top:54px; left:0; z-index:56; padding:20px 0 30px 0; overflow:hidden; min-height:330px;}
#Top .menuSub .bg{ float:left; width:2000px; position:absolute; right:50%; background:#fff; height:100%; top:0; z-index:1; margin-right:220px;}
#Top .menuSub .bg:after{ float:left; width:0; top:0; position:absolute; right:-9px; top:0; content:''; z-index:2;
 border-left: 9px solid transparent; border-right:9px solid transparent;border-top: 9px solid #eb3c00; }
#Top .menuSub .l2{ float:left; width:100%;}
#Top .menuSub .la1{ float:left; width:365px; color:#333333; font-size:16px; line-height:56px; padding-left:20px; position:relative; z-index:6;}
#Top .menuSub .la1:after{ float:left; width:335px; height:1px; position:absolute; left:0; bottom:0; content:''; border-bottom:1px dashed #bbbbbb;}
#Top .menuSub .la1 .ico{ float:left; width:27px; height:9px; position:absolute; right:0; top:50%; margin-top:-4px;
-webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	 -o-transition: 0.5s ease;
		transition: 0.5s ease;
}
#Top .menuSub .cont{ display:none; float:left; width:835px; position:absolute; top:0; left:335px; padding:0 50px 0 90px;}
#Top .menuSub .l2.on .cont,
#Top .menuSub .l2:hover .cont{ display:block;}
#Top .menuSub .info{ float:left; width:100%; color:#666666; font-size:16px; line-height:36px; margin:20px 0 24px 0;}
#Top .menuSub .img{ float:left; width:100%; line-height:0;}

#Top .menuSub .l2 .la1.active,
#Top .menuSub .l2 .la1:hover{ background:#eb3c00; color:#fff;}
#Top .menuSub .l2 .la1.active .ico,
#Top .menuSub .l2 .la1:hover .ico{ right:30px;}

/*手机导航按钮*/
#Top .menuph{ display:none; float:right; width:28px; height:22px; cursor: pointer; text-align: center; margin:22px;}
#Top .menuph .point {  display: inline-block;  width: 28px;  height: 22px; position: relative;}
#Top .menuph .point:hover .navbtn,
#Top .menuph .point:hover .navbtn::after,
#Top .menuph .point:hover .navbtn::before {  width: 28px;  }
#Top .menuph .navbtn {  position: absolute;  top: 10px;  right: 0;  display: inline-block;  width: 21px;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #163c8b;  }
#Top .menuph .navbtn::after,
#Top .menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 28px;  height: 2px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #163c8b;  }
#Top .menuph .navbtn::after {  top: -11px;  }
#Top .menuph .navbtn::before {  top: 10px;  }
#Top .menuph .point.active .navbtn{  background: transparent;  }
#Top .menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
#Top .menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }


/*手机导航*/
#Top .xialaph{ position:fixed; left:0; top:0; float:left; width: 100%; height:100%; overflow:scroll; padding:66px 0 100px 0;  display: none;  z-index:60; background:#000; background:rgba(0,0,0,0.6);}
#Top .xialaph .ul2,
#Top .xialaph .ul3{display: none;}
#Top .xialaph h4{ float:left; width:100%; position:relative;}
#Top .xialaph h4 a{ float:left; width:90%; color: #fff;  font-size:16px; line-height:50px; position:relative;}
#Top .xialaph li{ float:left; width:100%;}
#Top .xialaph li h4 a i{ float:left; position:absolute; left:0; top:50%; margin-obtn:-10px; width:20px; height:20px;}
#Top .xialaph li:last-child h4::before{  content: '';  position: absolute;  bottom: 0;  left: 0;  width: 100%;  height: 1px;  background: #fff; opacity: 0.5; }
#Top .xialaph h4:hover a,
#Top .xialaph h4.active a,
#Top .xialaph h5:hover a,
#Top .xialaph h5.active a{  color: #eb3c00; }
#Top .xialaph h4::after{  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 1px;  background: #fff; opacity: 0.5;  }
#Top .xialaph h5{ float:left; width:100%;}
#Top .xialaph h5 a{ float:left; width:80%;  color: #fff;  font-size:14px; line-height: 40px;  text-transform:uppercase;}
#Top .xialaph h5{ float:left; width:100%;position: relative;  }
#Top .xialaph h5::after{  content: '';  position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 1px;  background: #fff; opacity: 0.5;  }
#Top .xialaph li:last-child h5::after{  display: none;  }
#Top .xialaph h4 img{  width: 15px;  height: 8px;  float: right;  margin-top: 21px;  cursor: pointer;  margin-right: 20px;}
#Top .xialaph h5 img{  width: 11px;  height: 6px;  float: right;  margin-top: 17px;  margin-right: 18px;  cursor: pointer;  }
#Top .xialaph h4.active img.img_s,
#Top .xialaph h5.active img.img_s{  display: none;  }
#Top .xialaph h4.active img.img_d,
#Top .xialaph h5.active img.img_d{  display: block;  }
#Top .xialaph .ul2{ float:left; width:100%; padding:0 10px;}
#Top .xialaph .ul3{ float:left; width:100%; padding:0 10px 10px 10px;}
#Top .xialaph .ul3 li{ float:left; width:100%;}
#Top .xialaph .ul3 li a{ float:left; width:100%; color:#fff; font-size:12px; line-height:28px;}
#Top .xialaph .ul3 li a:hover{  color: #eb3c00; }
#Top .xialaph .img_d{  display: none;  }

@media screen and  (max-width:1200px){

}
@media screen and  (max-width:1200px){
#Top .soB{ width:382px; margin:34px 0 0 5.42%;}

#Top .menuSub .bg{ margin-right:180px;}
#Top .menuSub .la1{ width:301px; }
#Top .menuSub .la1:after{ width:281px;}
#Top .menuSub .cont{ width:661px; left:316px; padding:0 30px;}
}
@media screen and  (max-width:992px){
#Top .logo{ margin:8px 0; /*! width:280px; */ /*! height:48px; */}	
	#Top .logo img{ margin:8px 0; width:275px; }	
#Top .soPc{ display:none;}
#Top .soPh{ display:block;}
#Top .soB .tit ul{ top:auto; bottom:39px;}
#Top .telT{ display:none;}

#Top .menuBg{ display:none;}

#Top .menuph{ display:block;}
}
@media screen and  (max-width:768px){
#Top .soB{ width:100%; margin:20px 0;}
}

.container{ padding-right:15px; padding-left:15px; margin-right: auto; margin-left: auto;}
@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none;width: 100%;}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none;}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}

.module_container .hd{ width:100%; float:left; text-align:center; border-top:solid 1px #e5e5e5; border-bottom:solid 1px #e5e5e5;padding: 10px 0 10px 0;height: 100%;}
.module_container .hd ul{ display:inline-block; *zoom:1; *display:inline; vertical-align:top;}
.module_container .hd ul li{ margin:0 1px; float:left; padding:0 21px; font-size:16px; color:#fff; line-height:50px; border-bottom:solid 1px #fff; cursor:pointer;width: 87px;height: 47px;}
.module_container .hd ul li:hover a{color:#fff;}
.module_container .hd ul li.on,.module_container .hd ul li.on a,.module_container .hd ul li:hover{ color:#d32329; border-bottom:solid 1px #163c8b;background: #163c8b;border-color: #163c8b;color: white;}
.module_container .hd ul li a{color: #000}
.module_container .bd{ width:100%; float:left;}

@media screen and (max-width:767px) {
	.module_container .hd ul{ width:100%;}
.module_container .hd ul li{ width:47%; margin:0;}
.module_container .hd ul li{ padding:0 4px; margin:0 0;}
}
/*右侧漂浮*/
.pf_right{display: none; width:72px; right:30px; position:fixed; top:50%; z-index:999; }
.pf_right ul{ width:100%; float:left;}
.pf_right ul li{ width:72px; height:72px; float:left; margin-bottom:1px;}
.pf_right ul li a{ display:block; float:right; width:72px; height:72px; position:relative;
padding:8px 0; background:#494d52;}
.pf_right ul li a img{ float:left;}
.pf_right ul li a .ico{ width:30px; height:30px; margin:0 auto;}
.pf_right ul li a .i{color:#ffffff; line-height:24px; font-size:16px; display:block; text-align:center; width:100%;}
.pf_right ul li:hover a{background:#163c8b;}
.pf_right ul li.r_ewm .z_ewm{position:absolute; right:80px;width:100px; height:100px; display:none; top:-12px;border:5px solid #203764;}
.pf_right ul li.r_ewm .z_ewm img{width:100%; height:100%;}
.pf_right ul li.r_ewm:hover a .z_ewm{display:block;}
/* 20200413修改开始 */
.pf_right{ top: 35%;}
.pf_right ul li{ position: relative;}
.pf_right ul li .z_dh{ display: none; width: 170px; height: 72px; line-height: 72px; overflow: hidden; text-align: center; position: absolute; top: 0; right: 80px; color: #fff; background:#163c8b;font-size: 18px;} 
.pf_right ul li:hover .z_dh{ display: block;}
/* 20200413修改结束 */
